github.com/andybalholm/brotli.Writer.literal_buf_ (field)
9 uses
github.com/andybalholm/brotli (current package)
encode.go#L103: literal_buf_ []byte
encode.go#L777: s.literal_buf_ = make([]byte, kCompressFragmentTwoPassBlockSize)
encode.go#L780: s.literal_buf_ = s.literal_buf_[:kCompressFragmentTwoPassBlockSize]
encode.go#L803: compressFragmentTwoPass(data[wrapped_last_processed_pos&mask:], uint(bytes), is_last, s.command_buf_, s.literal_buf_, table, table_size, &storage_ix, storage)
encode.go#L990: s.literal_buf_ = make([]byte, buf_size)
encode.go#L993: s.literal_buf_ = s.literal_buf_[:buf_size]
encode.go#L997: literal_buf = s.literal_buf_
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |